func github.com/vmihailenco/msgpack/v5.encodeUint8CondValue

2 uses

	github.com/vmihailenco/msgpack/v5 (current package)
		encode_number.go#L214: func encodeUint8CondValue(e *Encoder, v reflect.Value) error {
		encode_value.go#L21: 		reflect.Uint8:         encodeUint8CondValue,